home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / ticker2.zip / ticker.scd < prev    next >
Text File  |  1996-06-19  |  563b  |  29 lines

  1. # Ticker/2 schedule file
  2. # scriptname time(secs)-to-restart key-activation
  3. # possible keys are F2 to F9
  4.  
  5. # adjust ticker speed scripts
  6. scripts\slow.cmd 0 F2
  7. scripts\medium.cmd 0 F3
  8. scripts\fast.cmd 0 F4
  9.  
  10. # show Time, update every 30 seconds 
  11. scripts\time.cmd 30 
  12.  
  13. # show a quote every 10 minutes or at F5-key
  14. scripts\quote.cmd 600 F5
  15.  
  16. # check if we received a message from 'net send' 
  17. scripts\netlog.cmd 0 F6
  18.  
  19. #sound sample
  20. scripts\tsound.cmd 0 F7
  21.  
  22. #commercials sample
  23. scripts\commerce.cmd 0 F8
  24.  
  25. #show readme
  26. scripts\readme.cmd 0 F9
  27.  
  28.  
  29.